home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / stackr.tec < prev    next >
Text File  |  1991-04-29  |  3KB  |  51 lines

  1. ID:ST Optimizing with STACKER
  2. Quarterdeck Technical Note #194
  3. by Vernon Balbert
  4.  
  5. Q:   Why won't OPTIMIZE.COM work with STACKER?
  6. A:   In addition to this technote, you should read your STACKER manual for
  7. more information on QEMM and STACKER as well as the README.DOC file in your
  8. STACKER subdirectory.
  9.      STACKER does work with optimize, but STACKER adds a device driver to
  10. the end of your CONFIG.SYS called SSWAP.COM.  The line typically reads like
  11. this:
  12.  
  13.                      DEVICE=C:\STACKER\SSWAP.COM C: D:
  14.  
  15.      SSWAP.COM is a non-resident program that switches the drive letters. 
  16. In the example above, drive C: becomes drive D: and drive D: becomes drive
  17. C:.  This makes it easy if you installed STACKER on a drive that already
  18. had programs so you don't have to re-write your batch files and reconfigure
  19. your software to run from a different drive.  See your STACKER manual for
  20. information on the use of SSWAP.COM.
  21.  
  22.      When running Optimize, this device line needs to be either remarked or
  23. removed from the CONFIG.SYS.  Also, your AUTOEXEC.BAT probably contains
  24. references to drive C:.  All these references need to be changed to drive
  25. D:.  Conversely, all references to drive D: should be changed to drive C:. 
  26. This is necessary since Optimize requires that the CONFIG.SYS and the
  27. AUTOEXEC.BAT reside on drive C:.
  28.  
  29.      The next step is to create a QEMM sub-directory on the uncompressed
  30. drive.  This is typically drive D: when the SSWAP.COM device driver is
  31. loaded in your CONFIG.SYS.  The following files need to be in the QEMM
  32. sub-directory in order to run Optimize properly:  QEMM386.SYS (or QEMM.SYS
  33. if you are running QEMM 50/60, or QEMM-386 version 5.0, or QRAM.SYS),
  34. OPTIMIZE.COM, LOADHI.SYS, LOADHI.COM, LOGOPT.COM, BUFFERS.COM (if you are
  35. using DOS 2.x or 3.x), RSTRCFG.SYS, MCA.ADL (if you are running on a
  36. Microchannel machine), and WINHIRAM.VXD if you are planning on running
  37. Windows 3.0 in enhanced mode.
  38.  
  39.      Once you have done this, you should reboot before running Optimize so
  40. that the drives are set up correctly.  Now you should be able to run
  41. Optimize normally.  After Optimize has run, you should edit your CONFIG.SYS
  42. and restore the SSWAP.COM line.  Also, you should edit your AUTOEXEC.BAT to
  43. restore the drive specifications to what they were before; e.g. change all
  44. references to drive D: to drive C: and all references to drive C: to drive
  45. D:.  Reboot again.  You are now getting the most out of your conventional
  46. memory.
  47.  
  48.  
  49.              Copyright (C) 1991 by Quarterdeck Office Systems
  50.                   * * *   E N D   O F   F I L E    * * * 
  51.